
digraph "G" {

	"inet_cloud" [
		label = "internet"
 		color = "gray"
		style = "filled"
		fillcolor = "gray"
		shape = "cloud"
	]
	subgraph cluster_0 {
		style=filled;
		color=lightgrey;
                width = "1.0"
	"seattle_box" [
		label = "seattle.wikia.com"
		color = "black"
		width = "0.830000"
		fontsize = "15"
		fontname = "Times-Roman"
		fontcolor = "black"
		pos = "271,199"
		height = "0.350000"
		shape = "box"
	]
		label = "Squid Cache";
	}
        subgraph cluster_1 {
		style=filled;
		color=lightgrey;
                width = "1.0"
	"tampa_box" [
		label = "tampa.wikia.com"
		color = "black"
		width = "1.030000"
		fontsize = "15"
		fontname = "Times-Roman"
		fontcolor = "black"
		pos = "300,137"
		height = "0.350000"
		shape = "box"
	]
		label = "Webserver";
}
	subgraph cluster_2 {
		style=filled;
		color=lightgrey;
                width = "2.0"
"brussels_box" [
		label = "brussels.wikia.com"
		color = "black"
		width = "0.750000"
		fontsize = "15"
		fontname = "Times-Roman"
		fontcolor = "black"
		pos = "300,75"
		height = "0.350000"
		shape = "box"
	]
"ross_box2" [
		label = "ross.bomis.com"
		color = "black"
		width = "0.750000"
		fontsize = "15"
		fontname = "Times-Roman"
		fontcolor = "black"
		pos = "332,199"
		height = "0.350000"
		shape = "box"
	]
label = "Database"
}
subgraph cluster_3 {
		style=filled;
		color=lightgrey;
                width = "1.0"
	"ross_box" [
		label = "ross.bomis.com"
		color = "black"
		width = "0.750000"
		fontsize = "15"
		fontname = "Times-Roman"
		fontcolor = "black"
		pos = "332,199"
		height = "0.350000"
		shape = "box"
	]
		label = "Mailing Lists";
	}
	
	"inet_cloud" -> "ross_box" [
		fontsize = "14"
		fontname = "Times-Roman"
		fontcolor = "black"
		pos = "e,284,212  320,248 311,239 300,228 291,219"
		color = "black"
	]
	"inet_cloud" -> "seattle_box" [
		fontsize = "14"
		fontname = "Times-Roman"
		fontcolor = "black"
		pos = "e,284,212  320,248 311,239 300,228 291,219"
		color = "black"
	]
	"seattle_box" -> "tampa_box" [
		fontsize = "14"
		fontname = "Times-Roman"
		fontcolor = "black"
		pos = "e,291,150  276,186 279,178 283,168 287,159"
		color = "black"
	]
	"tampa_box" -> "brussels_box" [
		fontsize = "14"
		fontname = "Times-Roman"
		fontcolor = "black"
		pos = "e,177,88  266,124 243,114 212,101 187,92"
		color = "black"
	]
	"ross_box" <-> "ross_box2" [
		fontsize = "14"
		fontname = "Times-Roman"
		fontcolor = "black"
		pos = "e,177,88  266,124 243,114 212,101 187,92"
		color = "black"
	]
	
	}

